HDRImage
Constructors
Properties
Functions
Link copied to clipboard
Uses Color.luminosity to calculate the logarithmic mean of the image luminosity as L_avg = 10 ^ ( sum( log10(delta + L(pixel)) ) / N ). default parameter delta is to prevent black pixels from appearing in the output image
Link copied to clipboard
Applies the bright spot correction as x -> x / (1 + x)
Link copied to clipboard
Renormalizes the luminosity of the image pixels.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Uses the writePFMImage fun to save this image to fileName in PFM format.
Link copied to clipboard